var encoding/binary.errBufferTooSmall
5 uses
encoding/binary (current package)
binary.go#L33: var errBufferTooSmall = errors.New("buffer too small")
binary.go#L300: return 0, errBufferTooSmall
binary.go#L323: return 0, errBufferTooSmall
binary.go#L444: return 0, errBufferTooSmall
binary.go#L459: return 0, errBufferTooSmall
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)